projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a87eb8
)
Fix a typo in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 May 2009 22:40:10 +0000
(18:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 May 2009 22:40:10 +0000
(18:40 -0400)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index b073c982287ab2151a651ce19f82a68d5a54d1d0..91d30fe344d4812d84c9a9a9ede7a8f8017cd72b 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-2303,7
+2303,7
@@
gtk_about_dialog_set_email_hook (GtkAboutDialogActivateLinkFunc func,
* Installs a global function to be called whenever the user activates a
* URL link in an about dialog.
*
- * Since 2.18 here exists a default function which uses gtk_show_uri(). To
+ * Since 2.18
t
here exists a default function which uses gtk_show_uri(). To
* deactivate it, you can pass %NULL for @func.
*
* Return value: the previous URL hook.